[Beta] Create a new McpConfig to connect to an upstream MCP (Model Context Protocol) server. The config specifies the target endpoint and which tools are allowed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters required to create a new McpConfig.
The human-readable name for the McpConfig. Must be unique within your account. The first segment before '-' is used as the service name for tool routing (e.g., 'github-readonly' uses 'github' as the service name).
The target MCP server endpoint URL (e.g., 'https://mcp.example.com').
Glob patterns specifying which tools are allowed from this MCP server. Examples: [''] for all tools, ['github.search_', 'github.get_*'] for specific patterns.
Optional description for this MCP configuration.
McpConfig created successfully.
An McpConfig defines a configuration for connecting to an upstream MCP (Model Context Protocol) server. It specifies the target endpoint and which tools are allowed.
The unique identifier of the McpConfig.
The human-readable name of the McpConfig. Unique per account.
The target MCP server endpoint URL (e.g., 'https://mcp.example.com').
Glob patterns specifying which tools are allowed from this MCP server (e.g., ['github.search_', 'github.get_'] or ['*'] for all tools).
Creation time of the McpConfig (Unix timestamp in milliseconds).
The account ID that owns this config.
Optional description for this MCP configuration.